object ArchiveProgressForm: TArchiveProgressForm Left = 26 Top = 256 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Archiving...' ClientHeight = 137 ClientWidth = 278 Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 15 object Prompt1: TLabel Left = 8 Top = 20 Width = 94 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Converting:' end object Prompt2: TLabel Left = 8 Top = 52 Width = 94 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Files Remaining:' end object DoneBtn: TBitBtn Left = 99 Top = 100 Width = 81 Height = 28 Caption = 'Done' Default = True ModalResult = 1 TabOrder = 0 Visible = False Glyph.Data = { 66010000424D6601000000000000760000002800000012000000140000000100 040000000000F000000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333330000003333388333333333330000003333911833333983330000003333 9111833391183300000033339111183911118300000033333911118111118300 000030000091111111183300000030FFFFF9111111833300000030FFFFFF1111 18333300000030FFFFFF911118333300000030FFFFF9111118333300000030FF FF91118111833300000030FFF91118F911183300000030FFF9118FFF91118300 000030FFFF91FFFF09111300000030FFFFFFFFFF0391930000003088CCCCCC88 0333330000003078CCCCCC780333330000003000000000000333330000003333 33333333333333000000} end object StopBtn: TBitBtn Left = 99 Top = 100 Width = 81 Height = 28 Cancel = True Caption = 'Stop' TabOrder = 1 OnClick = StopBtnClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000010000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330B00000000 003333000000000000333330EEEEEEEE0333333000000000033333330BFBFBF0 33333330BFBFBFBF03333330FBFBFBFBF0333330BFB8800FB0333330FBFBFBF0 F0333330BFBFBFB0B0333330F0F0F0F0F0333330B0B0B0B003333330F0F0F0F0 33333330B0B0B0B03333333300F0F00333333333330000333333} end object FilePrompt: TEdit Left = 108 Top = 16 Width = 161 Height = 23 Cursor = crArrow AutoSelect = False AutoSize = False ReadOnly = True TabOrder = 2 end object CopyPrompt: TEdit Left = 108 Top = 48 Width = 161 Height = 23 Cursor = crArrow AutoSelect = False AutoSize = False ReadOnly = True TabOrder = 3 end object BlinkTimer: TTimer Enabled = False OnTimer = BlinkTimerTimer Left = 20 Top = 88 end end